home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earkit / news / thor / hd-install / thor25_api.lha / common / NoName.asm < prev    next >
Assembly Source File  |  1993-05-13  |  126b  |  7 lines

  1.         section text,code
  2.  
  3.         xref    _NoName                  * Name of C program to start with.
  4.  
  5.     jmp    _NoName(PC)
  6.  
  7.     END